projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efdddf9
)
(syms_of_emacs) [CANNOT_DUMP]: Don't defsubr Sdump_emacs*.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 28 May 1993 00:51:49 +0000
(
00:51
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 28 May 1993 00:51:49 +0000
(
00:51
+0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index cc7dcf7b6d435f540b8d63d393cb4910b7ff2784..13d92e737b45b1d5fc3ebe312bfe19135ddab65b 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-843,10
+843,12
@@
decode_env_path (evarname, defalt)
syms_of_emacs ()
{
+#ifndef CANNOT_DUMP
#ifdef HAVE_SHM
defsubr (&Sdump_emacs_data);
#else
defsubr (&Sdump_emacs);
+#endif
#endif
defsubr (&Skill_emacs);